传值 meaning in Chinese
byval
call by value
pass-by-value
Examples
- Jscript stores data either by value or by reference
传值方式和传址方式jscript以“ - Jscript can compare data either by value or by reference
Jscript可以按传值方式或传址方式比较数据。 - Objects , the strings are compared by reference ; otherwise , they are compared by value
对象,则以传址方式比较字符串;否则以传值方式比较。 - That stop targets are to exit with a zero exit code 0 if the service is already stopped
说,如果尝试关闭一个已经停止的服务,会得到回传值0 。 bert schubert则是 - Strings may be compared by value or by reference , depending on whether or not the strings are objects
根据字符串是对象与否,可以按传值方式或传址方式比较字符串。