type
status
date
slug
summary
tags
category
icon
password
代码如下:
function ggbOnInit() {}
var allPoints = ggbApplet.getAllObjectNames("point");
for (index in allPoints) {
var commandStr = "SetCaption(" + allPoints[index] + ", \"$\\huge %n$\")";
ggbApplet.evalCommand(commandStr);
}
这样一次就能放大所有点的标签啦
- Author:LittleMath
- URL:https://899979.xyz/article/example-4
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!