我在創建一個對象內有一些問題,它的語法相關,但似乎無法記住我如何實現這一點。對象內的Javascript對象
ajaxRequest = {
that: null,
request: null,
multiRun: null,
multiRunTimer: null,
defaults={
ext: '',
url: '',
type: "POST",
dataType: "json",
payload: null,
beforeSend: 'handleBefore',
error: 'handleError',
complete: 'handleCompletion',
pass: false,
debug: false,
multiRunBlock: false
}}
我得到未捕獲的SyntaxError的語法錯誤:意外的記號=
查看如何爲其他屬性分配值。 – 2011-12-15 15:36:07