htmlimg.js

来自「javascript 很酷的类库」· JavaScript 代码 · 共 35 行

JS
35
字号
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 + =
减小字号Ctrl + -
显示快捷键?