<div class="ui-block-b"><a href="#" data-theme="b" data-role="button" onclick="proceed()" >Proceed</a></div>
function proceed()
{
window.location.href("CreditCard.aspx");
}
大家好,我在本地服务器上测试了这个代码,它可以工作,但是我在移动服务器上测试了这个。它抛出一个错误 undefine 'http....' is not a function