<script type="text/javascript">
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" valu…
iPhon開発(objective-C)で実行を遅らせる方法です。
PHPなどのsleep()のような動作を想定しています。
[NSThread sleepForTimeInterval:0.5];上記のようにすることで、0.5秒遅らせることが可能になります。
この投稿へのコメント
コメントはまだありません。