plugins中新建device.js文件function isMoible(UA) { return /(Android|webOS|iPhone|iPod|tablet|BlackBerry|Mobile)/i.test(UA);}export default ...
確定! 回上一頁