<script>
if(/Android|webOS|iPhone|iPod|BlackBerry/**i**.test(navigator.userAgent)) {
window.location.href = "http://www.wedaiguanjia.com/mobile/index.html";
} else {
window.location.href = "#"
}
</script>
代码中/XXX/i,这个i的作用意义到底是什么,求各位高手指教
这里是修饰符