标题:初学者 出现了点问题 忘坛内高手帮忙啊
只看楼主
se7en_hang
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2013-9-10
结帖率:0
已结贴  问题点数:20 回复次数:2 
初学者 出现了点问题 忘坛内高手帮忙啊
if testuuid() is not 1 then     
display dialog "程序正常退出。" buttons {"好的"} giving up after 5     
continue quit
 else         
.
.
.
.
.
.
.
.
.
.

.
..
.
.
end if
on testuuid()     
do shell script "system_profiler SPHardwareDataType | grep 'Hardware UUID:'"     
set uuid to text ((offset of ":" in result) + 2) thru -1 of result     
do shell script "system_profiler SPHardwareDataType | grep 'Serial Number (system):'"     
set snid to text ((offset of ":" in result) + 2) thru -1 of result     
set TestUUIDrtu to 0     +if uuid & snid = "1F527C9B-1666-5400-AEC9-CCA9B460FAB8C02JP0K3DH2G" then         
set TestUUIDrtu to 1     
end if     
return TestUUIDrtu
 end testuuid on

这个程序为什么把if testuuid() is not 1 then     
display dialog "程序正常退出。" buttons {"好的"} giving up after 5     
continue quit
 else          删了就可以进去
不删就出现程序正常退出?
搜索更多相关主题的帖子: Hardware continue display system giving 
2013-09-10 17:12
love云彩
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:青藏高原
等 级:贵宾
威 望:53
帖 子:3663
专家分:11416
注 册:2012-11-17
得分:10 
你的代码好凌乱啊,能不能整理一下

思考赐予新生,时间在于定义
2013-09-10 23:17
java小蚂蚁
Rank: 11Rank: 11Rank: 11Rank: 11
来 自:上海
等 级:贵宾
威 望:18
帖 子:558
专家分:2186
注 册:2013-7-2
得分:10 
相当乱

学海无涯#¥%……&*(
2013-09-12 20:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-420403-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019313 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved