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? ?
PHP performs sensitive word matching before writing the library. When the user inputs, it triggers JS script and ajax for verification
PHP performs sensitive word matching before writing the library. When the user inputs, it triggers JS script and ajax for verification