可能吗?html:
<canvas> </canvas>
js:
var ctx = canvas.getContext('2d');
ctx.font = "10pt bold Courier";
var input ="99%" + "More teams partcipated in the contest of asia tournament"
ctx.fillText(input, 100, 100);
O/p: 99 是来自服务的动态数据。99% - 应该是粗体并突出显示
更多队伍参加了亚洲锦标赛的比赛//普通文本