itemp.java

来自「JAVA分布式程序学习的课件(全英文)」· Java 代码 · 共 10 行

JAVA
10
字号
// A sample SOAP service object interface
// This method accepts a string containing a zip code,
// and returns the temperature of the area.

public interface ITemp 
{    
    float getTemp( String zipCode); 

} //end interface

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?