gpt4 book ai didi

jquery - 我将字体大小设置为 16pt,但是当我获取它时,它返回 21px。我可以让它返回 pt 吗?

转载 作者:行者123 更新时间:2023-11-28 10:55:19 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
get jquery to return font-size in points

使用 jQuery,我将某些内容设置为 16pt,因为这是我以前版本的 Web 应用程序所做的。问题是在我按如下方式设置代码后的某个时间点:

$(SELECTED).css("font-size","16pt");

我需要获取它。当我获取它时,它不返回 16pt,而是返回 21px。是否有我可以使用的转换率,或获取 16pt 的方法?

var fetched_size = $(SELECTED).css("font-size");

是否有您需要传入的选项,或不同的处理方式?

作为对这个问题的跟进,我注意到在我正在构建的内容上,事情看起来并不像它们应该的那样。保存我的数据的文本框似乎保存了某些信息。您知道为什么以下内容不起作用吗?

var x = "32";
$("#fontsize").val(decodeURIComponent(x)); //this points to a input:text
//the above statement doesnt seem to override the current contents with the value of x.

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com