制作完成于2018-12-14
回调函数
quene.InsertCallback(5,InsertCallBack);
private void InsertCallback()
{
Debug.Log("abc");
}