填空題Vue渲染函數(shù)render(),該函數(shù)接收()函數(shù)作為參數(shù),用來創(chuàng)建元素。
您可能感興趣的試卷
你可能感興趣的試題
2.單項選擇題關于Nginx配置的描述錯誤的是()。
A.listen:偵聽端口號
B.location:網(wǎng)頁地址映射配置
C.root:定義服務器的默認網(wǎng)站根目錄位置
D.server:服務器配置
3.單項選擇題Vue項目打包后會生成什么文件夾?()
A./webapp
B./dist
C./class
D./webRoot
4.多項選擇題以下哪些是axios相關配置屬性?()
A.url
B.method
C.headers
D.param
5.多項選擇題axios有哪些常用方法?()
A.axios.get(url[,config])
B.axios.delete(url[,config])
C.axios.post(url[,data[,config]])
D.axios.put(url[,data[,config]])