var opts = $.data(target, 'app').options 中的$.data与jq中的$.data是一个含义么,但是jq中不是这么用的
获取target对象上的缓存名称为app的数据对象,然后获取对象的options属性
这个是jquery的api,和easyui没关系