私のページにはボタンがあり、そのボタンをクリックするとajax呼び出しが行われます。コードは次のとおりです
$(document).ready(function() {
$('#one').click(function() {
$("#one").load(
"http://www.ggookkll.com/pinIt/?frm_firstName=" +encodeURIComponent('frm_firstName'));
}); });
しかし、私の要求は正常に受信されましたが、応答がありません。
エラーは
Origin http://127.0.0.1 is not allowed by Access-Control-Allow-Origin.
誰でもこれを解決するのを手伝ってくれますか?