1、创建一个名称为 textarea_placeholder 的html文件

3、添加一个button按钮,在button的click点击事件中加入自定义函数名称为my_textarea_placeholder,添加一个p标签,设置p标签id 为 show_textarea_placeholder

5、在自定义函数中数通过文本区域id(my_textarea_id_placeholder)获取 textarea文本区域对象。用 placeholder 属性获取 文本区域的默认提示语,将获取的返回值添加到p标签中显示。
