我想在我的剧本中延迟3秒钟
但是我怎么能这样做,我不知道!
我的剧本:
<script type="text/javascript">
var baslik = document.title;
$(document).ready(function () {
document.title = '(Welcome)' + baslik; // After 3 seconds
document.title = '(What can i do for you ?)' + baslik; // After 3 seconds
document.title = '(Thank u for viewing to me)' + baslik; // After 3 seconds
document.title = baslik;
});
</script>
Run Code Online (Sandbox Code Playgroud) 
我有一个错误,我无法移动或编辑应用程序.
我认为它运行的错误是什么,但我遇到了问题.
显示位于顶部左侧的应用程序.