2012-07-19 73 views

回答

0

這解決了我的問題,但我不知道它是做

<body id="content_body" ontouchmove="blockMove()"> 
    @* the body goes here *@ 
</body> 

正道這裏是JavaScript函數的定義

function blockMove() { 
    event.preventDefault(); 
}