爲什麼在「creditText」的行上顯示「lbp未定義」?我該如何引用配置文件中的以前的屬性?Javascript:以前的屬性是undefined
var lbp = {
// Pertinant page properties, such as Author, Keywords, URL or Title
page: {
theURL: window.location.toString(),
},
// Configurable user defaults
defaults: {
creditText: lbp.page.theURL
}
}
在此先感謝您的幫助