create.blade.php 112 B

123456
  1. <script>
  2. // 确保 DOM 完全加载后再执行
  3. $(document).ready(function() {
  4. alert("test");
  5. });
  6. </script>