(function() { 'use strict'; // 添加浮动按钮 let button = document.createElement('button'); button.textContent = '一键点击'; button.style = 'position: fixed; bottom: 20px; right: 20px; z-inde...