积极答复者
Windows 10 的 Edge 如何取得通过程序取得版本号

问题
答案
-
你好,
我们可以根据 UserAgent 里面的Edge/12.9600 来判断是不是Edge 浏览器。一般我们通过UserAgent string 来获取其版本号(正则表达式提取)
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Pengzhen Song 2015年8月31日 6:40
全部回复
-
你好,
我们可以根据 UserAgent 里面的Edge/12.9600 来判断是不是Edge 浏览器。一般我们通过UserAgent string 来获取其版本号(正则表达式提取)
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Pengzhen Song 2015年8月31日 6:40
-
是的,在开发过程中,我们用它来区分是不是edge 浏览器及其版本。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.