日期:2014-05-16  浏览次数:20609 次

简单的ajax记事本

记事本,同时只能记录一个文件,存为了txt文本文档

注意本例用了一些css和js文件,请在演示页面另存为后查看

演示

?

PHP Code
  1. <?php??
  2. ??
  3. $note_name?=?'note.txt';??
  4. $uniqueNotePerIP?=?true;??
  5. ??
  6. if($uniqueNotePerIP){??
  7. ??????
  8. ????//?Use?the?user's?IP?as?the?name?of?the?note.??
  9. ????//?This?is?useful?when?you?have?many?people