Subversion Repositories php-qbpwcf

Rev

Rev 350 | Rev 401 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 350 Rev 399
Line 18049... Line 18049...
18049
置換網頁整體內容 - en
18049
置換網頁整體內容 - en
18050
 
18050
 
18051
//參考資料
18051
//參考資料
18052
//https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren
18052
//https://developer.mozilla.org/en-US/docs/Web/API/Document/replaceChildren
18053
 
18053
 
-
 
18054
//將元素dom的直向滾動到結尾
-
 
18055
dom.scrollIntoView({'behavior':'smooth','block':'end'});
-
 
18056
 
-
 
18057
//將元素dom的橫向滾動到結尾
-
 
18058
dom.scrollIntoView({'behavior':'smooth','inline':'end'});
-
 
18059
 
18054
*/
18060
*/
18055
 
18061
 
18056
?>
18062
?>