把每个数*100/100
python:##
matlab:#
JavaScript://
html:
通常情况下,我们使用google进行前端开发,但是有时候某些系统需要打开ie,那么这个时候就需要自动打开ie
写一个注册表
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\openIE]
@="URL:OpenIE Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\openIE\DefaultIcon]
@="iexplore.exe,1"
[HKEY_CLASSES_ROOT\openIE\shell]
[HKEY_CLASSES_ROOT\openIE\shell\open]
[HKEY_CLASSES_ROOT\openIE\shell\open\command]
@="cmd /c set m=\"%l%\" & call set m=%%m:openIE:=%% & call \"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %%m%% & exit"
点击注册表进行注册
在html编写
window.open(openie:"https://www.baidu.com")
restful pokemon api