从另一个函数中获取变量的值

时间:2017-10-24 05:49:44

标签: javascript

有没有办法在我的 if( preg_match('/([^:]+): (.+)/m', $field, $match) ) { $match[1] = preg_replace_callback('/(?<=^|[\x09\x20\x2D])./e', 'strtoupper("\0")', strtolower(trim($match[1]))); 函数中获取'username'和'questionid'变量的值,就像我使用inputText一样?

send()

1 个答案:

答案 0 :(得分:0)

var和[{1}}功能之前的username和[{1}}之前不需要questionid,因为它们已经定义:

renderHTML