1
我不斷收到此錯誤:未捕獲的語法錯誤:意外的標記非法,同時運行的Ext JS 4,我在工作室集錦使用煎茶觸摸2 3鉻未捕獲的語法錯誤:意外的標記非法
這裏是我的代碼:
Ext.application({ 名: '煎茶', 推出:函數(){
Ext.create('Ext.tab.Panel', {
fullscreen: true,
tabBarPosition: 'bottom',
defaults: {
styleHtmlContent: true
},
items: [
{
title: 'Home Page',
iconCls: 'home',
html: [
'<img width="30%" src="http://staging.sencha.com/img/sencha.png" />',
'<h1>Welcome to Sencha Touch</h1>',
"<p>you're creating the Getting Started app. This demonstrates how ",
"to use tabs, lists and forms to create a simple app</p>",
'<h2>Sencha Touch 2 </h2>
].join("")
}
]
});
}
});
嘗試JSLint,它可以幫助查找JavaScript錯誤 – 2012-08-09 16:35:25