如何为传入数据配置HTML

时间:2018-09-30 14:35:42

标签: html css3

我开始了一个新项目,我的任务是为将通过某些数据加载(将为文本)输入的数据编写HTML布局。文字会因我不负责的某些用户点击而有所不同。我知道我将使用它将搜索的唯一ID。因此,我想知道我是否只配置HTML和CSS,而不必担心数据加载即将到来,还是我需要注意一些事情?

先谢谢您

PDH

1 个答案:

答案 0 :(得分:0)

如果您要创建网站,其内容将取决于用户的操作,那么您可能需要查看诸如PHP之类的后端语言。一个使用PHP的示例网站如下所示:

  /// Defines an [InputDecorator] that is the same size as the input field.
  ///
  /// This type of input decoration does not include a border by default.
  ///
  /// Sets the [isCollapsed] property to true.
  const InputDecoration.collapsed({