在phonegap中的Texte模糊

时间:2014-07-07 10:14:45

标签: android jquery cordova

我在phonegap中显示文本时出现问题,我在某些设备上看到模糊文字,如此图片

enter image description here

我使用jquery使用此代码设置文本

$("#budgetMois").html(json[i].ROW[0].COL[0].DATA.toString().replace(/\B(?=(\d{3})+(?!\d))/g," ") + " €");

$("#BA_val").html(json[i].ROW[0].COL[1].DATA.toString().replace(/\B(?=(\d{3})+(?!\d))/g," ") + " €");

$("#dep").html("<font color='#d44c33'>+" + json[i].ROW[0].COL[2].DATA + "%</font>");

$("#gnature").html(id + " = ");

$("#ba").html("Budget annuel : ");

$("#dep_lab").html("<font color='#d44c33'>d&eacute;pass&eacute;</font>");

提前谢谢。

0 个答案:

没有答案