Servis-Rhino 4211B Guide de l'utilisateur Page 135

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 298
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 134
See also:
console.log
console.debug
console.info
console.warn
console.info
This method is a synonym for console.log.
See also:
console.log
console.debug
console.error
console.warn
console.log
This method logs data to the browser console. The input can be a list of strings or objects. If a
string is supplied, it may contain formatting controls that can be used to format output. Values
following the string in the parameters will be used as positional replacements for the codes. The
following format specifiers are supported:
Format Specifier Description
%s
The parameter is a string.
%d or %i
The parameter is an integer.
%f
The parameters is a floating point.
%o
The parameter is expanded as a DOM node.
%O
The parameter is expanded as a JavaScript object.
%c
The parameter is expanded as CSS styling for the output.
See also:
console.info
console.debug
console.error
console.warn
console.warn
This method is a synonym for console.log but should be used to log "warning" messages.
See also:
console.log
console.info
console.error
console.debug
Page 135
Vue de la page 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 297 298

Commentaires sur ces manuels

Pas de commentaire