本文介绍了将数组传递给frameset中的首页不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 你好, 以下 < frame src =" topbar-frameset.php?newVar =<?php echo $ groups; ?>"> 将变量$ groups的值从php文件传递到框架集中的顶部 页面但是我该怎么做如果$ groups是一个数组就改变它吗? 干杯, Geoff 解决方案 Hello,The following<frame src="topbar-frameset.php?newVar=<?php echo $groups; ?>">passes the value of the variable $groups from a php file to the toppage in a frameset but how do I change it if $groups is an array?Cheers,Geoff 解决方案 这篇关于将数组传递给frameset中的首页不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 09-06 03:15