小伦 import Button = laya.ui.Button;let itemBtn:Button = cell.getChildByName("mItemBtn"); 这样会报一个错:Type "Node" is not assignable to type "Button". Property "toggle" is missing in type "Node";对着官网list例子做的,不知道为啥会报这个错?