In thinkphp mode, there is a page for users to submit data, but is there any way to detect that the input data contains sensitive words, and then prevent it from being submitted? ?
大家讲道理2017-05-31 10:36:38
PHP performs sensitive word matching before writing the library. When the user inputs, it triggers JS script and ajax for verification