[问题] Manipulate 变量问题

楼主: jaymarst (老千)   2014-11-12 17:24:56
大家好,
程式码如下:
test={};
Manipulate[
{test},
Button["add", {AppendTo[test,"#"]}],
SaveDefinitions -> True
]
程式功能为按按钮可增加#到test List中。
想请问我要如何保存test的资料?
例如我现在在按了按钮3下,
所以test中会有三个#,
储存盘案后再重新开启,
test就会被清空了,
我要用什么方法才能保存上一次
test的资料(三个#)?

Links booklink

Contact Us: admin [ a t ] ucptt.com