[英]How can I make a system that will check whether the text I write in the textbox exists in the sheets?
I have a very simple question because I am very new and trying to learn.我有一个非常简单的问题,因为我很新,正在努力学习。 I want to create a text box on my own website and write a system that checks whether what is written in that box is in google sheets and says to the user whether it exists or not.
我想在我自己的网站上创建一个文本框并编写一个系统来检查该框中所写的内容是否在谷歌表格中并告诉用户它是否存在。
I dont know where should i start.我不知道我应该从哪里开始。
It's just an example but and you can change it in the way you want.这只是一个示例,但您可以按照自己的方式进行更改。
let mainData = "this is our main string data...";
let inputString = "this in my entered val";
let result = mainData.includes(inputString);
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.