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.
我有一个 css/html 菜单,现在我想在每次用户悬停按钮时执行这个 PHP 脚本:
CSS:
background: <?php printf( "#%06X\n", mt_rand( 0, 0xFFFFFF )); ?>;
这是在我的 CSS 中。当我重新加载页面时,它会被正确调用,但即使我将按钮悬停,颜色也会保持不变......我该如何改变这个?
非常感谢!
PHP 只在服务器上执行一次。
您可以使用 Javascript(最好是 jQuery)重现您想要的内容。
看到这个答案。jquery随机颜色悬停