string-variable
string-variable什么意思,string-variable翻译
基本解释
网络: 字符串变量;字串变量;字符变量
例句
Assume that Color is a String variable and that this variable is a parameter for a method that contains the Select Case statement.
假定Color为一个String变量且此变量是一个包含SelectCase语句的方法的参数。
After setting up the mysqli connection to the database, it defines which RSS feed will be examined and fetches it into a string variable.
建立到数据库的mysqli连接之后,它定义查看哪个RSSfeed并将其放入字符串变量。
After executing the statement, the application prints the results that have been fetched into a character string variable (stringDoc).
执行该语句之后,应用程序输出已经取入字符串变量(stringDoc)中的结果。
If the name is title, the code puts the actual contents of the element into the String variable title.
如果这个元素的名字是title,这段代码将把该元素的实际内容放到字符串变量title中。
On the Variable Mappings page, map Index 2 to the string variable created earlier to hold the name of the current table.
在“变量映射”页上,将索引2映射到以前创建的字符串变量,以存放当前表的名称。
Declaring the statement as a string variable when you develop your application makes it easier to convert to a production application.
开发应用程序时将语句声明为字符串变量使得将应用程序转换成生产应用程序更加容易。
Create a string variable that will receive the name of the current table on each iteration of the loop.
创建一个字符串变量,用于在每次循环迭代中接收当前表的名称。
When executed from a command line, the program reads the XML content from a file into a string variable.
在命令行中执行的时候,该程序将XML内容从文件读入一个字符串变量。
It in turn redirects the browser back to the first page, adding to the URL a query string variable with the results of the test.
然后再将浏览器重定向回第一个页面,并将带有测试结果的查询字符串变量添加到URL。
However, this does not prevent you from assigning more than one value to a string variable.
但是,这并不妨碍您将多个值赋给一个字符串变量。