是否可以通过javascript更改firefox bidi数字?
是否可以更改 Firefox bidi 数字由javascript实现吗?我需要它在 PHP 创建的报告中显示数字。
Is it possible to change firefox bidi numeral by javascript? I need it to display numbers in a report created by PHP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从普通网页来看,没有。
这是一篇关于在 mozilla RES 文件夹中保存 html 文件的旧文章,该文件可能仍然有效
http://forums.mozillazine.org/viewtopic.php?f=7&t=87755
在您的 Firefox 安装文件夹中的 res 下创建一个文件目录,例如名为“bidi.htm”,
并且有一个书签
javascript: void(window.open('resource:///res/bidi.htm'));
From a normal web page, no.
Here is an old article about saving an html file in the mozilla RES folder that may still work
http://forums.mozillazine.org/viewtopic.php?f=7&t=87755
Make a file in your Firefox installation folder, under the res directory, called for example 'bidi.htm',
and have a bookmarklet
javascript: void(window.open('resource:///res/bidi.htm'));