Shortcut menu

1.

Obtaining and transmitting the map data

Reception == == value acquiring map

$ {Map [ 'name']} -> not without single quotation marks

${map.name}

 

Reception == == value transfer map

map['name']

map [name] -> map.name is not acceptable

 

Note: The shape parameter can be defined as an interface map type

 

2.

Although you MyEclipse Debug mode is turned on, but you modify the mapping file still have to restart the server;

 

3.

Output templates as follows:

System.out.println("cfieldList==》\n" + cfieldList);

 

 

 

Guess you like

Origin www.cnblogs.com/syjp/p/11082949.html