खोज…


जावा में इको इनपुट आर्ग

आप अपने हैंडलर फ़ंक्शन में इनपुट को रोककर आसानी से यह जानकारी प्राप्त कर सकते हैं। उदाहरण के लिए, जावा में:

public String handleRequest(String input, Context context) {
    context.getLogger().log("Input: " + input);

    String output = "Input:" + System.getProperty("line.separator") + input;
    
    return output;
}


Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow