gpt4 book ai didi

iphone - 可编辑 Div 的字符限制

转载 作者:行者123 更新时间:2023-11-29 04:41:42 25 4
gpt4 key购买 nike

我正在尝试在此可编辑 div 上添加字符限制。我应该遵循的最佳方法是什么?

NSString *html = [NSString stringWithFormat:@"<html><head><style>img{height:30px; width:auto;}</style></head><body style=\"background-color: transparent; padding:0; margin:0; background-image:url('%@'); background-repeat: no-repeat;\" ><div id=\"edit\" style=\"padding-top:50px; height:270px; padding-bottom:50px; padding-left:20px; padding-right:20px; \"> <div id=\"editable\" autofocus contenteditable=\"true\" style=\"font-size:25px; overflow:scroll; display:block; height:240px; \"></div></div></body></html>", imageURL];

最佳答案

您可以将 java 脚本与 webview 一起使用,

[webView stringByEvaluatingJavaScriptFromString:@"your script"];

这是一个post有助于限制可编辑 div 中的字符数。

关于iphone - 可编辑 Div 的字符限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10291682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com