Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据标题,我希望在加载 Google 协作平台页面时显示一个警告框。
我尝试过使用 HTML Box 和内联 HTML,但还没有任何运气。
我已经能够通过链接生成警报框,但是在页面加载时显示它是我苦苦挣扎的地方。
JavaScript:
<script> $(document).ready(function(){ alert("My alert box content here"); }); </script>