如何查看WIN7瀏覽器版本
如何設定WIN7版瀏覽器還原進階預設值
import webbrowser urL='https://www.nc.com.tw' webbrowser.get('windows-default').open_new(urL)
import webbrowser urL='https://www.nc.com.tw' chrome_path="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" webbrowser.register('chrome', None,webbrowser.BackgroundBrowser(chrome_path)) webbrowser.get('chrome').open_new(urL)
pyinstaller -F .\.spyder-py3\temp.py -i .\.spyder-py3\temp.ico --noconsole
pyinstaller -F .\.spyder-py3\temp.py -i .\.spyder-py3\temp.ico --hidden-import=pkg_resources.py2_warn --onefile --noconsole