課程
/前端開發
/JavaScript
/JavaScript入門篇
返回的這是什么意思???
2016-07-20
源自:JavaScript入門篇 3-2
正在回答
這里返回的 一個HTMLParagraphElement對象,輸出的時候是輸出他的字符串表示,這里這個HTMLParagraphElement類型默認的toString()方法返回的就是"[object HTMLParagraphElement]"
舉報
JavaScript做為一名Web工程師的必備技術,本教程讓您快速入門
1 回答為什么返回[object HTMLParagraphElement]
2 回答object HTMLParagraphElement
4 回答object HTMLParagraphElement ? 知道是它
2 回答結果:null或[object HTMLParagraphElement]
3 回答[object HTMLParagraphElement]什么意思?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-07-20
這里返回的 一個HTMLParagraphElement對象,輸出的時候是輸出他的字符串表示,這里這個HTMLParagraphElement類型默認的toString()方法返回的就是"[object HTMLParagraphElement]"