var $link = $("#frametest").contents().find(".eod-topbox").find('a');
var variable2= $("#frametest").contents().find(".eod-topbox").find("h3").find(".hidetitle").html();
var variable1= $link.attr('href');
$.post('insert.php', {variable1: link_address, variable2: heading},
function(data){$("#message").html(data);});
alert(variable2);
alert(variable1);
在這個腳本中,alert
正在顯示hindi文本並顯示鏈接。但是,當我嘗試這個variable2
保存到數據庫中,這樣可以節省這樣的事情我需要在mysql中支持hindi支持
कांगà¥à¤°à¥‡à¤¸ से बढ़ती AA...
div
印地文文本正確顯示,當我剛印地文文本複製到數據庫中手動是沒有問題的消息中
。 請幫助別人。
哪裏是代碼,你在哪裏保存到數據庫? – user4035
嘗試在保存到數據庫之前將字符串轉換爲UTF-8。 – Akanksha
從*前*爲*後端*都使用相同的* *集確保整個開發鏈。 – MackieeE