⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stack.js

📁 javascript 很酷的类库
💻 JS
字号:
isc.defineClass("BlueBox", "Label").addProperties({    align:"center",    border:"1px solid #808080",    backgroundColor:"lightblue"})isc.VStack.create({    showEdges:true,    width:150, membersMargin:5,  layoutMargin:10,    members:[        isc.BlueBox.create({height:40, contents:"height 40"}),        isc.BlueBox.create({height:80, contents:"height 80"}),        isc.BlueBox.create({height:160, contents:"height 160"})    ]})isc.HStack.create({    left:170,    showEdges:true,    height:150, membersMargin:5,  layoutMargin:10,    members:[        isc.BlueBox.create({width:60, contents:"width 60"}),        isc.BlueBox.create({width:120, contents:"width 120"}),        isc.BlueBox.create({width:180, contents:"width 180"})    ]})

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -