chrome 全屏 的兩種方式

2021-09-08 20:24:33 字數 518 閱讀 8500

新建指令碼start.bat

自動全屏模式

這種全屏顯示和正常狀態下chrome按f11是不一樣的,f11全屏後chrome會在左下角顯示a標籤的鏈結位址,同時滑鼠移動到最上方會彈出退出全屏的提示,可以再次按f11推出全屏模式,而通過引數啟動全屏之後,f11將失效,a標籤提示和退出全屏提示也將消失,只能通過alt+f4退出chrome全屏模式,是很徹底的全屏模式,通過這種全屏模式,可以將**製作成軟體形式。

另外,為了讓bat檔案後台執行,隨系統啟動,新建乙個vbs檔案

createobject("wscript.shell").run "c:\start.bat",0

c:\start.bat 是bat檔案路徑 

最後乙個引數0 表示後台執行

然後將此vbs檔案,放到【開始】-》【所有程式】-》【啟動】裡(windows下)。

就可以實現開機自啟動chrome,並全屏開啟某網頁。

Android全屏設定的兩種方式

android 有兩種方式可以設定全屏.第一種是 this.requestwindowfeature window.feature no title 取消狀態列 this.getwindow setflags windowmanager.layoutparams.flag fullscreen,wi...

C DLL匯出的兩種方式和鏈結的兩種方式

第一種 匯出方式 extern c declspec dllexport int plus int x,int y extern c declspec dllexport int sub int x,int y extern c declspec dllexport int mul int x,in...

兩種過載方式

過載的方式 用某次作業題中的實現complex類做例子 1 實現加法 1 complex complex operator const complex c 2 友元函式 complex operator const complex l,const complex r 2 實現 1 complex c...