通过this就可以,另外你的冒号好像是中文的。
GetHtmlText : function(data){ console.log(data);//这个打印出 data这个对象. IE不支持 建议用火狐//例如 data这个实体里面有 name属性和 sex属性. return data.name; }