最新回答 / qq_慕UI4238351
<...圖片...>可以通過控制臺(tái)打印styles看到popup在default中,然后通過下面的方式解決了問題<...圖片...>
2020-07-31
新版本clean-webpack-plugin需要這樣導(dǎo)入const { CleanWebpackPlugin }=require('clean-webpack-plugin')
2020-07-30
感謝老舅的分享,想要源代碼的同學(xué)可以去我的github自取, 地址:https://github.com/liujin798006810/minProject
2020-07-24
講師回答 / 西門老舅
?if?(document.exitFullscreen)?{ ????????????????document.exitFullscreen(); ????????????}?else?if?(document.webkitCancelFullScreen)?{ ????????????????document.webkitCancelFullScreen(); ????????...
2020-07-22
講師回答 / 西門老舅
ts用的比較多的是tslint插件,其他插件可以在官網(wǎng)找到,下面是地址:https://code.visualstudio.com/Docs/languages/typescript。主要看是開發(fā)angular還是react,可能會(huì)用到不同的插件。
2020-07-20
已采納回答 / 西門老舅
其實(shí)引入的JS文件不是說在TS文件中不能用,用是沒問題的。而是TS不認(rèn)識(shí)這個(gè)JS中的定義,如jquery中的$,編輯器就會(huì)報(bào)錯(cuò),所以才需要對(duì)應(yīng)的d.ts文件。說白了TS還不那么智能,需要這種聲明文件給出明確的定義方式。
2020-07-17
TS2339: Property 'insert' does not exist on type '{}'.
TS2339: Property 'singleton' does not exist on type '{}'.
TS2339: Property 'i' does not exist on type 'any[]'.
運(yùn)行后,會(huì)有這個(gè)報(bào)錯(cuò)
TS2339: Property 'singleton' does not exist on type '{}'.
TS2339: Property 'i' does not exist on type 'any[]'.
運(yùn)行后,會(huì)有這個(gè)報(bào)錯(cuò)
2020-07-17