|
我想将自建表中的信息填写到一个文本框中,参照前端api 在默认值下写下如下脚本
var table = new this.Table("testtable");
table.listRowSelect( "o.id='c16c3f01-df1d-497e-8334-e7fd7cac74b8'","o.updateTime desc",20,function(data){
this.data.title = data.title}.bind(this),function(xhr){
});
报错:scriptWorker.js:6 Uncaught (in promise) SyntaxError: Function statements require a function name at window.execScript (scriptWorker.js:5) at Object.i.exec (mootools-1.6.0_all.js:1163) at Object.exec (Macro.min.js?v=6.3:1) at Object.exec (Macro.min.js?v=6.3:1) at Object.i.extend.$owner (mootools-1.6.0_all.js:1399) at scriptWorker.js:437
请问是哪点出了问题呢?
|
|