跳至內容
選單
此問題已被標幟
2972 瀏覽次數

js 

$.ajax({
url: returnURL()+'/andy_web_file/andy_web_file/userlogin',
type: 'POST',
data: data,
dataType: 'JSON',
cache: false,
processData: false,
contentType: false
})

How to write Controller???


頭像
捨棄