Home  >  Article  >  Web Front-end  >  JS calls method instance with parameters in CS_javascript skills

JS calls method instance with parameters in CS_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:27:361090browse

In CS

Copy code The code is as follows:

public string test()
{
return "Hello World";
}

aspx page
Copy code code As follows:



< ;title>Untitled page





>                                                                            test("' a '") %>' must be wrapped in single quotes '<%=%>', and then double quotes inside. This is the key, otherwise the
call will not be successful! The evil single quotes and double quotes! ! !
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn