📄 htmlimg.js
字号:
isc.Img.create({ width:100, height:100, border:"1px solid gray", imageType: "normal", src: "other/star.gif"})isc.Img.create({ left:120, width:100, height:100, border:"1px solid gray", imageType: "center", src: "other/star.gif"})isc.Img.create({ left:240, width:100, height:100, border:"1px solid gray", imageType: "stretch", src: "other/star.gif"})isc.Img.create({ top:120, width:100, height:100, border:"1px solid gray", imageType: "stretch", src: "other/cpu.jpg"})isc.Img.create({ left:120, top:120, width:220, height:220, imageHeight:536, imageWidth:446, imageType: "normal", src: "other/cpu.jpg", border:"1px solid gray", overflow: "auto"})
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -