亲们。 很着急的问题:
本人现在刚接触微信公众平台开发,写了个页面,用的JqueryMobile,发现在chorme浏览器里和手机(魅族)浏览器里都正常运行javascript和jquery,
但是在微信里关注的这个公众号里打开相应页面,就不支持javascript和jquery 。
这是怎么回事?怎么解决?
本人的页面头部引用如下:
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width,initial-scale=1″>
<title>女房东房产交易平台</title>
<link rel=”stylesheet” href=”//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css”>
<script src=”//code.jquery.com/jquery-1.10.2.min.js”></script>
<script src=”//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js”></script>
本人现在刚接触微信公众平台开发,写了个页面,用的JqueryMobile,发现在chorme浏览器里和手机(魅族)浏览器里都正常运行javascript和jquery,
但是在微信里关注的这个公众号里打开相应页面,就不支持javascript和jquery 。
这是怎么回事?怎么解决?
本人的页面头部引用如下:
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width,initial-scale=1″>
<title>女房东房产交易平台</title>
<link rel=”stylesheet” href=”//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css”>
<script src=”//code.jquery.com/jquery-1.10.2.min.js”></script>
<script src=”//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js”></script>
解决方案
16
什么叫做“不支持javascript和jquery” 具体说一下哪里有问题
17
貌似是用ftl
17
需要了解微信内置的浏览器的编程规范