//取得ClientIP Start
var GetClientIP = function (torf) {
var ip = $.ajax({
url: "/MobileGetway/GetIP4Address",
async: false,
type: "POST",
dataType: "HTML",
data: {
ip: torf
}
}).fail(function (jqXHR, textStatus) {

 

alert("錯誤訊息: " + textStatus);
}).responseText;
return ip;

 

};
//取得ClientIP End
arrow
arrow
    全站熱搜

    戮克 發表在 痞客邦 留言(0) 人氣()