JS實現圖片旋轉90度

<!DOCTYPE html> <html> <head> <title>圖片旋轉</title> <script> window.onload = function(){ var current = 0; document.getElementById('rotate').onclick = function(){
相關文章
相關標籤/搜索