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.
我正在尝试根据用户的会员身份创建显示不同网页的建议。(例如高级会员 - 访问整个网站,普通会员 - 看不到某些仅适用于高级会员的标签)
所以?您用于创建这些页面的编程语言将具有简单的 if/else 语句;使用这些来控制向用户显示的内容。