Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 joomla 的 jomsocial 并且我想在组创建中添加一个自定义字段。以前有人玩过吗?
jos_community_groups 是我们拥有与 jomsocial 组相关的信息的表,您必须更改此表。com_community>templates>default>groups.create.php 将是您需要添加此新字段的文件。你需要别的东西告诉我。我们已经大量使用它。
我的 JSP 的标题中有这一行,<script>var logicalName = "${logicalName}"</script>它正在解析为正确的值。
<script>var logicalName = "${logicalName}"</script>
我想通过 javascript/jquery 访问这个值。我该怎么做呢?
这是行不通的console.log($lo
console.log($lo