请问js如何判断手机的网络状态wifi还是3g4g5g?
网友回复
<script type="text/javascript">
//以下代码请在手机端浏览器运行,电脑端会显示undefined
var connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
console.log(con...点击查看剩余70%
请问js如何判断手机的网络状态wifi还是3g4g5g?
网友回复
<script type="text/javascript">
//以下代码请在手机端浏览器运行,电脑端会显示undefined
var connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
console.log(con...点击查看剩余70%