How to increase font size in javascript alert()

后端 未结 3 1205
面向向阳花
面向向阳花 2021-01-17 14:48

Can I control the font size of the string in a javascript alert() call??!

I\'ve the image below and I want to increase the font size so that it is legib

3条回答
  •  醉话见心
    2021-01-17 15:22

    No, this is controlled by the browser. I don't use alerts anymore I use jQuery UI dialog, it's fully customizable

提交回复
热议问题