有一个插件尝试停用我的一些PHP函数。有没有办法在函数名称中添加rand?
这就是我想要的结果:
$rand = rand(10,100);
function thisismyname . $rand() . () {
function....
}
答案 0 :(得分:2)
您可以使用rand名称将函数定义到变量中,然后调用它。例如:
<Nav
className={styles.navbar}
bsStyle="pills"
activeKey={this.state.value}
onSelect={this.handleSelect}
>
<NavItem className={styles.navitem} eventKey="1">Preview</NavItem>
{navItem}
</Nav>
输出:
名称:funct_6929()=&gt;你的功能
每次运行时都有不同的名称。